home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / oyun / patien20.exe / PATIENCE.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-11-19  |  3KB  |  135 lines

  1. object AboutBox: TAboutBox
  2.   Left = 545
  3.   Top = 135
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Patience'
  6.   ClientHeight = 307
  7.   ClientWidth = 240
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 261
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 127
  38.       Height = 13
  39.       Caption = 'Patience - Version 2.0'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 88
  50.       Top = 40
  51.       Width = 123
  52.       Height = 13
  53.       Caption = 'by Shaun Flisakowski'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 8
  64.       Top = 80
  65.       Width = 118
  66.       Height = 13
  67.       Caption = 'Copyright 1996-1997'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Comments: TLabel
  77.       Left = 8
  78.       Top = 104
  79.       Width = 121
  80.       Height = 17
  81.       Caption = 'All rights reserved.'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       WordWrap = True
  89.       IsControl = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 8
  93.       Top = 136
  94.       Width = 155
  95.       Height = 13
  96.       Caption = 'Patience v2.0 was created using'
  97.       IsControl = True
  98.     end
  99.     object Label2: TLabel
  100.       Left = 8
  101.       Top = 160
  102.       Width = 103
  103.       Height = 13
  104.       Caption = 'Borland'#39's C++ Builder.'
  105.       IsControl = True
  106.     end
  107.     object Label3: TLabel
  108.       Left = 8
  109.       Top = 200
  110.       Width = 157
  111.       Height = 13
  112.       Caption = 'Playing other card games is futile;'
  113.       IsControl = True
  114.     end
  115.     object Label4: TLabel
  116.       Left = 8
  117.       Top = 224
  118.       Width = 109
  119.       Height = 13
  120.       Caption = 'they will be assimilated.'
  121.       IsControl = True
  122.     end
  123.   end
  124.   object OKButton: TButton
  125.     Left = 83
  126.     Top = 276
  127.     Width = 75
  128.     Height = 26
  129.     Caption = 'OK'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 1
  133.   end
  134. end
  135.